AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Pestaña
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the name of current static or dynamic pane found in a Tab control associated with a control.
Remark: For the dynamic tab panes, this function can be used in the code of internal window to find out the name of associated tab pane.
Example
// Click on "BTN _New" button
MyPane is Control
MyPane <- ControlPane(MySelf)
MyPane.Caption = "New document.txt"
Syntax
<Result> = ControlPane(<Control>)
<Result>: Character string
  • Name of tab pane to which the control belongs (alias).
  • "" (empty string) if the <Control> is not a tab pane.
<Control>: Control name
Name of control found in a static or dynamic pane of Tab control.
Remarks
Component: wd290obj.dll
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local